Extension point endpoint
In component org.nuxeo.ecm.platform.ws.WSEndpointManager
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.api.ws.WSEndpointDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="endpoint" target="org.nuxeo.ecm.platform.ws.WSEndpointManager"> <endpoint address="/cmis/RepositoryService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.RepositoryService" name="RepositoryService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="RepositoryServicePort" service="RepositoryService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/NavigationService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.NavigationService" name="NavigationService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="NavigationServicePort" service="NavigationService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/VersioningService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.VersioningService" name="VersioningService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="VersioningServicePort" service="VersioningService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/RelationshipService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.RelationshipService" name="RelationshipService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="RelationshipServicePort" service="RelationshipService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/DiscoveryService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.DiscoveryService" name="DiscoveryService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="DiscoveryServicePort" service="DiscoveryService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/MultiFilingService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.MultiFilingService" name="MultiFilingService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="MultiFilingServicePort" service="MultiFilingService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/ACLService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.AclService" name="ACLService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="ACLServicePort" service="ACLServiceService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/PolicyService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.PolicyService" name="PolicyService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="PolicyServicePort" service="PolicyService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> <endpoint address="/cmis/ObjectService" enable-mtom="true" implementor="org.apache.chemistry.opencmis.server.impl.webservices.ObjectService" name="ObjectService" namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" port="ObjectServicePort" service="ObjectService" wsdl="nuxeo.war/WEB-INF/wsdl/CMISWS-Service.wsdl"> <handlers> <handler>org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisAuthHandler</handler> </handlers> </endpoint> </extension>
-
<extension point="endpoint" target="org.nuxeo.ecm.platform.ws.WSEndpointManager"> <endpoint address="/nuxeoaudit" implementor="org.nuxeo.ecm.platform.audit.ws.WSAuditBean" name="nuxeoaudit"/> </extension>
-
<extension point="endpoint" target="org.nuxeo.ecm.platform.ws.WSEndpointManager"> <endpoint address="/nuxeoremoting" implementor="org.nuxeo.ecm.platform.ws.NuxeoRemotingBean" name="nuxeoremoting"/> </extension>